Skip to content

Conversation

@wtrocki
Copy link
Member

@wtrocki wtrocki commented Mar 25, 2025

Description

Fix in the postman transformation to reduce size of the generated file. It reduces filesize by 50%
Applied to both transformations. Tested by uploading file to my private postman.

Context

In previous PR #600 I used to take approach where we removed all possible fields and seek for possible redundancies.
During the process I have logged difference and created table covering the biggest wins we can get for the size compared to the experience we loose. AI analised size redundancies and different use cases and found that we can get 50% efficiency on removing whitespaces from json. All other improvements did not had the same impact to the file so I did not included them in the process.

Before

Screenshot 2025-03-25 at 14 30 42

After

Screenshot 2025-03-25 at 15 24 07

@wtrocki wtrocki requested a review from a team as a code owner March 25, 2025 13:30
@wtrocki wtrocki force-pushed the CLOUDP-308303-quick-fix branch from d85bc14 to cef217c Compare March 25, 2025 14:25
@wtrocki wtrocki force-pushed the CLOUDP-308303-quick-fix branch from cef217c to b14a7fa Compare March 25, 2025 14:30
@wtrocki wtrocki merged commit d4b0f69 into main Mar 25, 2025
7 checks passed
@wtrocki wtrocki deleted the CLOUDP-308303-quick-fix branch March 25, 2025 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants